home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0399 / 32 < prev    next >
Internet Message Format  |  1994-08-27  |  1KB

  1. Date: Tue, 31 May 1994 04:09:38 -0400 (EDT)
  2. From: Timothy Miller <millert@undergrad.csee.usf.edu>
  3. Subject: Re: Colour.
  4. To: gem-list@world.std.com
  5. In-Reply-To: <199405310649.IAA01182@blade.stack.urc.tue.nl>
  6. Message-Id: <Pine.3.87.9405310438.A20956-0100000@undergrad>
  7. Mime-Version: 1.0
  8. Precedence: bulk
  9.  
  10.  
  11.  
  12. On Tue, 31 May 1994, Erlend Nagel wrote:
  13.  
  14. > Timothy Miller wrote:
  15. > > A cookie would be ok, except that you'd then have to make library 
  16. > > routines for each of the commonly used compilers for accessing the 
  17. > > routines, etc.  You'd have to be sure to make this really simple of 
  18. > > people won't use it.
  19. > The thing is that one need only have an include file. Let the
  20. > application get the cookie and the pointer in the cookie should point to
  21. > a structure of functions. This way there is no need for any library
  22. > routines, since all these calls are effectively added to the OS 
  23. > except that in this case you can remove this part of the OS when running
  24. > in single tasking mode.
  25. > BTW again this is about implementation, while we might first want to go
  26. > into the issue of functionality.
  27. > Erlend.
  28. You have to have code somewhere to get the cookie and assign a pointer.  
  29. Where are you going to put that?
  30.  
  31.  
  32.